home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / tcp / ctorrent-1.3.2.lha / ctorrent-1.3.2.readme
Text File  |  2004-06-19  |  2KB  |  70 lines

  1. Short:    BitTorrent client and server
  2. Uploader: ignorethisbit@mickjt @AT@ ihug.com.au (Michael Trebilcock)
  3. Version:  1.3.2
  4. Type:     comm/tcp
  5.  
  6. *NOTE* This program hasn't been thoroughly tested.
  7. *NOTE2* You will need 16meg free fastram, unless you change the
  8. default cache size with the -C option.
  9.  
  10. Intro
  11. =====
  12.  
  13. Um... Just read http://bitconjurer.org/BitTorrent/
  14.  
  15. It's sorta like Kazaa I suppose, without a search option.
  16. You use Google or torrent websites to search.
  17.  
  18.  
  19. Bugs
  20. ====
  21.  
  22. When you first start downloading the file and it generates the files,
  23. it seems to somehow only tell the filesystem the name and size.
  24.  
  25. The is what causes the files to be generated instantly, no matter how
  26. big. The result is when you open up the generated files in a text editor
  27. before ctorrent even starts downloading, it will be filled with junk
  28. that you have previous deleted from your harddrive.
  29.  
  30. I can only assume that on linux, it generates a file filled with NULL
  31. characters.
  32.  
  33. It doesn't seem to matter however, because when you resume a file it
  34. checks each part and resumes from the first corrupted part it finds.
  35.  
  36.  
  37. Legal mumbo jumbo crap
  38. ======================
  39.  
  40. Read GPL.txt
  41.  
  42. This program also uses parts of OpenSSL, also under the GPL.
  43.  
  44.  
  45. What's that .pch file?
  46. ======================
  47.  
  48. If you have GG:bin/strip, you can use that on "ctorrent".
  49.  
  50. If you don't, then you can use "spatch" to do the same thing,
  51. it just takes out all of the debug crap (300k worth).
  52.  
  53. Some people like the debug crap in it ;)
  54.  
  55.  
  56. Huh? It's a server too?
  57. =======================
  58.  
  59. Um, yeah... Create a single .torrent file for all of the files you
  60. want to share, then run "ctorrent thetorrentfile.torrent".
  61.  
  62. ctorrent doesn't come with a tracker server though, you will have to
  63. sneakily use someone elses :)
  64.  
  65.  
  66. Usage
  67. =====
  68.  
  69. Refer to the official ctorrent website at ctorrent.sourceforge.net
  70.